type go/types.constDecl

5 uses

	go/types (current package)
		decl.go#L364: 	constDecl  struct {
		decl.go#L377: func (d constDecl) node() ast.Node  { return d.spec }
		decl.go#L412: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L878: 		case constDecl:
		resolver.go#L352: 			case constDecl: